:root {
    --color-dark-blue: #0A2342; /* Primary Brand Dark Blue */
    --color-medium-blue: #1E4D80; /* Medium Blue for gradients/accents */
    --color-light-blue: #3B7DCB; /* Lighter Blue accent */
    --color-background-light: #F8F9FA; /* Very light page background */
    --color-text-dark: #343a40; /* Standard dark gray text */
    --color-text-light: #E0E0E0; /* For text on dark backgrounds */

    --font-heading: 'Cinzel', serif;
    --font-body: 'Roboto', sans-serif;

    --shadow-subtle: 0 4px 12px rgba(0, 0, 0, 0.08);
    --shadow-elevated: 0 8px 25px rgba(0, 0, 0, 0.12);
}



body {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

section .full-length-border {
  width: 100%;
  height: 7px;
  background-color: #000099;
  border-top: 2px solid grey;
  border-bottom: 2px solid grey;
}

section #main {
  width: 100%;
  height: 600px;
  background: url("../images/security_doors_products/prefabricated_security_doors/main.jpg")
    no-repeat top/cover;
}

section #main a {
  margin-top: 10px;
  margin-right: 10px;
  text-decoration: none;
  font-weight: bold;
  color: white;
  font-family: "Open Sans", sans-serif;
  padding: 7px;
  font-size: 20px;
  border: 2px solid white;

  text-shadow: -1px -1px 0 #000099, 1px -1px 0 #000099, -1px 1px 0 #000099,
    1px 1px 0 #000099;

  background-color: rgb(49, 86, 134, 0.7);
}

section #main a:hover {
  box-shadow: 0.1px 0.1px 20px 0.2px rgb(236, 236, 109);
  border-color: lightyellow;
  color: lightyellow;
}

section #main #main-title {
  border-top: 3px solid white;
  border-bottom: 3px solid white;

  background-color: rgb(139, 147, 158, 0.9);
  margin-top: 300px;
}

section #main h1 {
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 115px !important;
  text-shadow: -1.5px -1.5px 0 black, 1.5px -1.5px 0 black, -1.5px 1.5px 0 black,
    1.5px 1.5px 0 black;
  text-align: center;
  margin-bottom: 3px;
}




section #main-heading {
  margin-top: 40px;
  margin-bottom: 40px;
}

section #main-heading h1{
  color: darkblue;
  text-shadow: -1px -1px 0 lightyellow, 1px -1px 0 lightyellow,
    -1px 1px 0 #000099, 1px 1px 0 #000099 !important;
}

section #main-heading h2 {
    font-family: "Roboto", sans-serif;
    font-size: 2.5em; 
    color: #000099;
    margin-bottom: 30px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    font-weight: 700; 
}
section #main-heading p {
  font-family: "Open Sans", sans-serif;
}

section #main-heading p {
  color: #404040;
}
  

section #customers {
  background-color: whitesmoke;
  padding-top: 20px;
  padding-bottom: 20px;
}

section #customers img {
  width: 80%;
  height: 300px;
}

section #customers #customers-id {
  width: 100%;
  background: url("../images/customers_no_bg.png") no-repeat top/cover;
}

section #customers p {
  font-family: "Open Sans", sans-serif;
  color: #000099;
  font-size: 30px;
  font-weight: bold;
}

section #customers h2 {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

section #customers i {
  color: #000099;
}

section #desktop img {
  width: 100%;
  border: 1px solid black;
  border-radius: 25px;
  box-shadow: 0.1px 0.1px 20px 0.2px rgb(236, 236, 109);
}

section #desktop #desktop-img h2 {
  font-family: "Open Sans", sans-serif;
}

section #desktop #desktop-header p {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 25px;
}

section #desktop #desktop-img p {
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: -15px;
}

section #desktop #desktop-img a {
  text-decoration: none !important;
}

section #desktop #desktop-img h4 {
  color: #595959;
  text-shadow: 0.8px 0.8px #000099 !important;
}

section #desktop #desktop-img a:hover h4 {
  text-shadow: -1px -1px 0 lightyellow, 1px -1px 0 lightyellow,
    -1px 1px 0 lightyellow, 1px 1px 0 lightyellow !important;
}

section #desktop #desktop-img a:hover img {
  box-shadow: 0.1px 0.1px 20px 0.2px rgb(99, 151, 211);
}

section #desktop-border #desktop-border-size {
  border-bottom: 0.5px solid black;
  margin-bottom: 30px;
}

section #dome {
  background-color: whitesmoke;
}

section #dome img,
section #turret img,
section #bullet img,
section #ptz img,
section #panovu img {
  width: 70%;
}

section .bg-color-gray {
  background-color: whitesmoke;
}

section #services .service h4,
section .for-pdf h4 {
  margin-top: 5px;
  color: black;
  text-shadow: -0.75px -0.75px 0 lightyellow, 0.75px -0.75px 0 lightyellow,
    -0.75px 0.75px 0 black, 0.75px 0.75px 0 black !important;
}

/*section #services .service a:hover h4,*/
section #services .service:hover h4,
section .for-pdf a:hover h4 {
  color: #000099;
  text-shadow: -0.75px -0.75px 0 lightyellow, 0.75px -0.75px 0 lightyellow,
    -0.75px 0.75px 0 #000099, 0.75px 0.75px 0 #000099 !important;
}

/*-------------------new addition---------------------*/

section #category .outer-outer-div {
  padding-left: 0px;
  padding-right: 0px;
}

section #category #commercial {
  background: url("../images/security_doors_products/prefabricated_security_doors/security_door.jpg")
    no-repeat center/cover;
}

section #category #residential {
  background: url("../images/security_doors_products/prefabricated_security_doors/patio_door.jpg")
    no-repeat center/cover;
}

section #category .outer-div {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 170px;
  padding-bottom: 75px;
  box-shadow: 0.1px 0.1px 10px 0.2px black;
  border: 5px solid white;
}

section #category #commercial .col-12,
section #category #residential .col-12 {
  background: rgb(255, 255, 255, 0.7);
  padding-left: 0px !important;
  padding-right: 0px !important;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

section #category .col-12 h4 {
  font-family: "Open Sans", sans-serif !important;
  font-size: 57px;
  font-weight: bold;
  padding-top: 4px;
  text-shadow: -1px -1px 0 lightyellow, 1px -1px 0 lightyellow, -1px 1px 0 black,
    1px 1px 0 black !important;
}

section #category a {
  text-decoration: none;
  color: black;
}


section #category a:hover .outer-div {
  box-shadow: 0.1px 0.1px 20px 0.2px rgb(236, 236, 109);
  border-color: lightyellow;
}

section #category a:hover h4 {
  text-shadow: -1px -1px 0 yellow, 1px -1px 0 yellow, -1px 1px 0 black,
    1px 1px 0 black !important;
}

section #category #commercial a:hover .outer-outer-div {
  border-top: 2px solid yellow !important;
  border-bottom: 2px solid yellow !important;
}

/*
section #category a:hover .outer-outer-div {
  box-shadow: 0 12px 40px 8px rgba(236, 236, 109, 0.8); 
  transform: translateY(-10px) scale(1.01); 
}

section #category a:hover .outer-div {
  border-color: #FFD700;
}

section #category a:hover h4 {
  color: #000099;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}
  */




section #category h3 {
  color: black;
  text-shadow: -0.5px -0.5px 0 yellow, 0.5px -0.5px 0 yellow, -1px 1px 0 black,
    1px 1px 0 black !important;
  font-size: 4vw;
  padding-top: 20px;
  padding-bottom: 20px;
}

section #prefabricated-window-guards h3,
section #custom-window-guards h3,
section #patio-security-doors h3,
section #patio-door-examples h3 {
  text-shadow: -0.5px -0.5px 0 yellow, 0.5px -0.5px 0 yellow, -1px 1px 0 black,
    1px 1px 0 black !important;
  font-size: 50px;
}

section #prefabricated-window-guards .for-border,
section #custom-window-guards .for-border,
section #patio-security-doors .for-border,
section #patio-door-examples .for-border {
  border-top: 0.5px solid grey;
}

section #services .service a {
  text-decoration: none;
}

section #services .service img {
  width: 100%;
  border: 3px solid grey;
  border-radius: 0% !important;
  box-shadow: 0.1px 0.1px 10px 0.2px black;
}

section #services .service h3 {
  margin-top: 5px;
  color: darkblue;
  text-shadow: -1px -1px 0 lightyellow, 1px -1px 0 lightyellow,
    -1px 1px 0 #000099, 1px 1px 0 #000099 !important;
}

section #services .bord-bottom {
  border-bottom: 0.5px solid grey;
}

section #services .service {
  margin-top: 35px;
  padding-bottom: 20px;
}

section .filler-div {
  text-align: center;
}

/*section .filler-div img {
  width: 15%;
}*/

section #services .service a,
section .for-pdf a {
  text-decoration: none;
}

section #services .service img {
  width: 100%;
  border: 1px solid grey;
  border-radius: 3%;
  box-shadow: 0.1px 0.1px 8px 0.1px black;
  transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out; /* Bouncier transition */

}

section .for-pdf img {
  width: 100%;
  border: 1px solid grey;
  border-radius: 0%;
  box-shadow: 0.1px 0.1px 8px 0.1px black;
}

section #services .top-product {
  margin-top: 20px !important;
}

section #services .service {
  margin-top: 15px;
  padding-bottom: 20px;
}


section #services .service a:hover img,
section .for-pdf a:hover img {
  /*transform: rotateY(180deg);
  transition: transform 0.8s;*/
  /*box-shadow: 0.1px 0.1px 20px 0.2px rgb(236, 236, 109);*/
  transform: scale(1.08) rotateY(360deg); 
  box-shadow: 0 12px 30px rgba(0,0,0,0.3); 
  border-color: lightyellow;
}

    /*  section #services .service a:hover img {
        transform: scale(1.08) rotateY(360deg);
        box-shadow: 0.1px 0.1px 20px 0.2px rgb(236, 236, 109); 
        box-shadow: 0 12px 30px rgba(0,0,0,0.3);
        border-color: #FFD700;
      }*/

/*------------------end of new addition-------------*/


/* Why Choose Us Section */

/*
#why-choose-us {
    margin-top: 5pc;
    background-color: #e6f0f7; 
    padding: 70px 0;
    border-top: 1px solid #d0e0ec;
    border-bottom: 1px solid #d0e0ec;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.05);
}*/

#why-choose-us h2 {
/*font-family: "Cinzel", serif;
color: #000099;*/
font-size: 3em;
margin-bottom: 30px;
margin-top: 30px;
/*text-shadow: 1px 1px 2px rgba(0,0,0,0.2);*/
  color: darkblue;
  text-shadow: -1px -1px 0 lightyellow, 1px -1px 0 lightyellow,
    -1px 1px 0 #000099, 1px 1px 0 #000099 !important;
}


#why-choose-us p {
font-family: "Open Sans", sans-serif;
font-size: 1.1em;
color: #555;
max-width: 800px;
margin: 0 auto 30px auto;
}

#why-choose-us ul {
list-style: none; 
padding: 0;
max-width: 700px;
margin: 0 auto;
}



#why-choose-us ul li {
background-color: #ffffff;
border: 1px solid #ddd;
border-radius: 8px;
padding: 15px 20px;
margin-bottom: 10px;
text-align: left;
font-size: 1.1em;
color: #444;
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

#why-choose-us ul li:hover {
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

#why-choose-us ul li strong {
color: #000099;
}


/*End of Why Choose Us Section */

/* FAQ Section Styling (New) */
#faq-section {
    background-color: #ffffff;
    padding-top: 70px;
    padding-bottom: 70px;
    border-top: 1px solid #eee;
}

#faq-section h2 {
    /*font-family: "Cinzel", serif;*/
    color: #000099;
    font-size: 3em;
    margin-bottom: 0px;
    /*text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    font-weight: 700;*/
      text-shadow: -1px -1px 0 lightyellow, 1px -1px 0 lightyellow,
    -1px 1px 0 #000099, 1px 1px 0 #000099 !important;
}

#faq-section .card {
    border: none; /* Remove default card border */
    margin-bottom: 15px;
    border-radius: 10px; /* More rounded */
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1); /* Stronger shadow */
    transition: box-shadow 0.3s ease-in-out;
}

#faq-section .card:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

#faq-section .card-header {
    background: linear-gradient(to right, #eef5fb, #e0eaf6); /* Light gradient for header */
    border-bottom: 1px solid #d0e0ec;
    padding: 0;
}

#faq-section .card-header h5 {
    margin-bottom: 0;
}

#faq-section .card-header .btn-link {
    width: 100%;
    text-align: left;
    padding: 20px 25px; /* More padding */
    font-size: 1.25em; /* Larger font */
    font-weight: bold;
    color: #000099; /* Blue text for questions */
    text-decoration: none;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

#faq-section .card-header .btn-link:hover,
#faq-section .card-header .btn-link:focus {
    background-color: #dbe8f5; /* Darker blue on hover */
    color: #003366; /* Darker blue text */
    text-decoration: none;
}

#faq-section .card-body {
    padding: 25px; /* More padding */
    font-size: 1.05em; /* Slightly larger text */
    color: #444;
    background-color: #fdfdfd; /* Off-white background for body */
}



/* Benefits Grid Styling */
/*
.benefits-grid {
    margin-top: 50px; 
    gap: 30px; 
}
    */




.benefits-grid > div { /* Targeting the col-md-6 divs */
    background-color: #FFFFFF; /* White background for benefit boxes */
    padding: 20px; /* Generous internal padding */
    border-radius: 12px; /* Slightly more rounded corners */
    box-shadow: var(--shadow-subtle); /* Consistent subtle shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; /* Smooth transitions */
    border: 1px solid var(--color-background-light); /* Light border */
}

.benefits-grid > div:hover {
    transform: translateY(-8px); /* More pronounced lift effect on hover */
    box-shadow: var(--shadow-elevated); /* More prominent shadow on hover */
    border-color: rgb(234, 228, 228); /* Accent border on hover */
}

.benefits-grid h3 {

    font-family: "Roboto", sans-serif;
    font-size: 1.3em; 
    color: #000099;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    font-weight: 700; 
    /*font-family: var(--font-heading);
    font-size: 1.7em;
    color: var(--color-dark-blue);*/ /* Primary brand color for subheadings */


    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
    text-transform: capitalize; /* Ensure consistent capitalization */
}



.benefits-grid h3::after {
    content: '';
    position: absolute;
    left: 90px;
    bottom: 0;
    width: 170px; /* Slightly longer underline */
    height: 0.5px; /* Thicker underline */
    background-color: var(--color-light-blue); /* Accent color underline */
    border-radius: 12px; /* Rounded ends for underline */
}



.benefits-grid p {
    font-size: 1.05em;
    color: var(--color-text-dark);
    line-height: 1.7;
    font-weight: 400;
}

.need_margin {
    margin-right: 20px !important;
}





@media (min-width: 1200.1px) {
  section #main {
    height: 37vw;
  }

  section #main h1 {
    font-size: 7.6vw !important;
  }

  section #main #main-title {
    margin-top: 18vw !important;
  }
}

@media (max-width: 1200px) {
  section #main {
    height: 470px;
  }
  section #main #main-title {
    margin-top: 200px;
  }

  section #main h1 {
    font-size: 95px;
  }

  section #desktop p {
    font-size: 20px;
  }

  section #caro-commercial {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  section #other-services h4 {
    font-size: 15px !important;
  }
}

@media (max-width: 992px) {
  section #main {
    height: 470px;
  }
  section #main #main-title {
    margin-top: 160px;
  }

  section #main h1 {
    font-size: 75px;
  }

  section #customers #customers-list h2 {
    font-size: 27px;
  }

  section #category h3 {
    font-size: 6vw;
  }

  section #category h4 {
    font-size: 40px !important;
  }

  /*--------------------Carousel Headers-------------------*/
  #caro-commercial h1 {
    font-size: 29px !important;
  }

  #caro-commercial h1 {
    margin-top: -10px !important;
  }

  section #caro-commercial {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  section #other-services h4 {
    font-size: 11px !important;
  }
}

/* small - display 1 */
@media (max-width: 767px) {
  section #main {
    height: 370px;
  }
  section #main #main-title {
    margin-top: 150px;
  }

  section #main h1 {
    font-size: 93px !important;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black,
      1px 1px 0 black;
  }

  section #customers #customers-list h2 {
    font-size: 19px;
  }

  section #desktop .third-col {
    margin-top: 10px;
  }

  section #category h4 {
    font-size: 50px !important;
  }

  section #services .service h4,
  section .for-pdf h4 {
    font-size: 20px;
  }

  #caro-commercial .carousel-inner .carousel-item > div {
    display: none;
  }

  #caro-commercial .carousel-inner .carousel-item > div:first-child {
    display: block;
  }

  /*--------------------Carousel Headers-------------------*/
  #caro-commercial h1 {
    font-size: 31px !important;
  }

  #caro-commercial .caro-cards {
    margin-top: -15px !important;
  }
  /*--------------------Carousel Headers-------------------*/

  #caro h1 {
    font-size: 37px !important;
  }

  section #caro-commercial {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  section #other-services h4 {
    font-size: 13px !important;
  }

  .need_margin {
    margin-right: 0px !important;
  }

  #faq-section h2 {
    font-size: 2.5em;
  }
}

@media (max-width: 575px) {
  section #main {
    height: 74vw !important;
  }

  #main-heading p {
    text-align: left;
  }

  #main-heading h1 {
    text-align: left;
    font-size: 30px;
    padding-bottom: 20px;
  }

  section #main #main-title {
    margin-top: 28vw;
    background-color: rgb(139, 147, 158, 0.9);
  }

  section #main h1 {
    font-size: 13vw !important;
  }

  section #main a {
    padding: 5px;
    font-size: 15px;
    border: 2px solid white;

    text-shadow: -0.2px -0.2px 0 lightyellow, 0.2px -0.2px 0 lightyellow,
      -0.2px 0.2px 0 #000099, 0.2px 0.2px 0 #000099;

    background-color: rgb(49, 86, 134, 0.7);
  }

  section #customers #customers-id {
    height: 200px;
  }

  section #customers #customers-list {
    padding-left: 28vw !important;
    padding-top: 2vw;
  }

  section #customers {
    padding-bottom: 0px;
  }

  section #main-heading {
    margin-top: 4vw;
    margin-bottom: 3vw;
  }

  section #desktop > .container {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  section #desktop #desktop-border {
    margin-bottom: 5px !important;
  }

  section #desktop #desktop-img a {
    margin-top: 10px;
  }

  section #desktop #desktop-img #first-img {
    margin-bottom: 25px;
  }

  section #desktop #desktop-img h4 {
    font-size: 22px;
  }

  section #category h3 {
    font-size: 10vw;
  }

  section .fluid-container {
    padding-top: 0px !important;
  }

  section #category .first-div {
    margin-bottom: 50px !important;
  }

  section #services .service h4 {
    font-size: 4.3vw;
  }

  section #services .service h4 {
    text-shadow: -0.5px -0.5px 0 lightyellow, 0.5px -0.5px 0 lightyellow,
      -0.5px 0.5px 0 black, 0.5px 0.5px 0 black !important;
  }

  section #other-services h4 {
    font-size: 4.4vw !important;
  }

  section #category .outer-div {
    border: 0px solid white;
  }

  section #prefabricated-window-guards h3,
  section #custom-window-guards h3,
  section #patio-security-doors h3,
  section #patio-door-examples h3 {
    font-size: 9.2vw;
  }

  section #prefabricated-window-guards,
  section #custom-window-guards,
  section #patio-security-doors,
  section #patio-door-examples {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  section .for-pdf {
    padding-top: 20px !important;
  }

    #why-choose-us h2 {
    font-size: 2.2em;
  }
  #why-choose-us p {
    font-size: 1.1em;
  }
  #why-choose-us ul li {
    font-size: 1.1em;
    padding: 10px 15px;
  }

  /*
  #why-choose-us {

    padding: 0px 0 !important;
  }
    */


  #why-choose-us p {
    text-align: left;
  }

  #faq-section h2 {
    /*font-size: 2.5em;*/
    margin-bottom: 15px;
  }
  

}

@media (max-width: 475px) {
  section #customers #customers-list {
    padding-left: 23vw !important;
  }

  section #caro-commercial {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
    #faq-section h2 {
    /*font-size: 2.5em;*/
    margin-bottom: 8px !important;
    margin-top: 8px !important;
  }
  
}

@media (max-width: 435px) {
  section #customers #customers-list {
    padding-left: 19vw !important;
  }
  #caro-commercial .card {
    border-radius: 0px !important;
  }

  #caro-commercial .card img {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  #caro-commercial .card .card-body {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  section #caro-commercial {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media (max-width: 400px) {
  section #customers #customers-list {
    padding-left: 16vw !important;
  }
}

/*------------------End of Carousel-------------------*/

section #contact-form h3 {
  color: white;
  text-shadow: 2px 2px black;
  padding-bottom: 13.5px;
  border-bottom: 1px solid white;
}

section #contact-form {
  padding-top: 20px;
  padding-bottom: 20px !important;
  background-color: lightgray;
}

section #contact-form .control-label {
  font-family: "Roboto", sans-serif;
  text-shadow: 0.5px 0.5px #000099;
}

section #contact-form .control-label span {
  color: red;
}

section #contact-form .form-control {
  border: 1px solid lightyellow;
  box-shadow: 0.1px 0.1px 5px 0.2px rgb(236, 236, 109);
}

section #contact-form #top-form-section {
  padding-top: 10px;
}

section #contact-form {
  padding-bottom: 13px;
}

section #contact-form button {
  font-size: 20px;
  border: 2px solid #b8b8b8;
  border-radius: 2px;
  color: #ebebeb;
  font-weight: bold;
  background-color: #000099;
  padding-top: 0px;
  padding-bottom: 1px;
  padding-left: 7px;
  padding-right: 7px;
  text-shadow: none;
}

section #contact-form button:hover {
  box-shadow: 0.1px 0.1px 20px 0.2px rgb(236, 236, 109);
  border-color: lightyellow;
  color: lightyellow;
}

section #social-media {
  margin-bottom: 25px !important;
}

section #social-media #facebook i {
  color: darkblue;
}

section #social-media #youtube i {
  color: darkred;
}

section #social-media #instagram i {
  color: darkviolet;
}

section #social-media i:hover,
section #bbb img:hover {
  box-shadow: 0.1px 0.1px 20px 0.2px rgb(236, 236, 109);
}

section #call-us {
  margin-top: 25px;
}

section #call-us a {
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: black;
  font-size: 20px;
  text-shadow: 0.5px 0.5px #000099;
}

section #call-us a:hover {
  text-shadow: -1px -1px 0 lightyellow, 1px -1px 0 lightyellow,
    -1px 1px 0 lightyellow, 1px 1px 0 lightyellow;
}

/*-----------------Other Services-----------------*/
section #other-services img {
  width: 85%;
  border: 1.5px solid black;
  border-radius: 25%;
}

section #other-services h4 {
  font-family: "Open Sans", sans-serif;
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  color: darkblue;
  text-shadow: -0.5px -0.5px 0 lightyellow, 0.5px -0.5px 0 lightyellow,
    -0.5px 0.5px 0 #000099, 0.5px 0.5px 0 #000099 !important;
}

section #other-services a {
  text-decoration: none;
}

section #other-services a:hover img {
  transform: rotateY(180deg);
  transition: transform 0.8s;
  box-shadow: 0.1px 0.1px 20px 0.2px rgb(236, 236, 109);
  border-color: lightyellow;
}

section #other-services a:hover h4 {
  color: black;
  text-shadow: -0.5px -0.5px 0 lightyellow, 0.5px -0.5px 0 lightyellow,
    -0.5px 0.5px 0 black, 0.5px 0.5px 0 black !important;
}
