/*
Theme Name: Jaguar
Theme URI: https://example.com/jaguar
Author: Your Name
Author URI: https://example.com
Description: A custom WordPress theme named Jaguar.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: jaguar
*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family: "Exo 2", sans-serif;
}

.custom-width{
     /* max-width: 1026px; */
    margin: auto;
}
@font-face {
    font-family: 'Rockwell';
    src: url('./fonts/Rockwell-Regular.woff2') format('woff2'),
         url('./fonts/Rockwell-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.hero{
    position:relative;
background: linear-gradient(
    90deg,
    #d9d9d9 0%,
    #d9d9d9 51%,
    #959393 50%,
    #959393 51.5%,
    #000 51%,
    #000 100%
);
    padding: 0 20px 0 59px;
    overflow: hidden;
    overflow:hidden;
}
.hero::before{
    content: '';
    background-image: url(img/curved-layer.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 84%;
    height: 289px;
    top: 0;
    left: 0;
}

.hero .container{    
    z-index: 1;
}
.hero .block{
    padding-left: 50px;
}
.hero .container .content{    
    position: relative;
    display: flex;
    justify-content: space-between;
}
.left-content{
    padding-top:40px;
    margin-right: -10%;
}
.left-content .sub-heading{
    color: #052056;
    font-size: 19.31px;
    font-weight: 500;
    max-width: 632px;
}
.left-content .industry-leading{
    background-image: url("img/setting-bg.png");    
    max-width: 379px;
    background-size: 100% 100%;
    padding: 122px 57px 66px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 41px;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 500;
    line-height: 1.1;
    color: #052056;
    margin-top: 41px;
}
.hero h1{
    font-size: 73px;
    color: #052056;
    font-weight: 800;
    font-style: italic;
    line-height: 1;
    margin-top: 15px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: .6px;
}

.hero h2{
    color:#052056;
    letter-spacing:4px;
    font-family: "Bebas Neue", sans-serif;
    font-style: italic;
    font-size: 38px;
}

.cta-btn{
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    padding: 8px 40px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 26px;
    border: 4px solid #fff;
    font-size: 25px;
    max-width: 391px;
    text-align: center;
    line-height: 1;
}
.right-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 35px;
    width: 53%;
}

.right-content .title{    
    color: #fff;
    text-align: center;
    font-size: 27px;
    font-family: 'Rockwell';
    font-weight: 400;
}

.right-content .sub-title{   
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    max-width: 276px;
    line-height: 1.2;
    margin-top: 25px;
}
.price-badge img{
    width: 290px;
}

.problem-content{
    width:450px;
    color:#fff;
    text-align:center;
}

.car{    
    display: flex;
    margin: -14% -2% 0 auto;
    width: 81%;
}
.car img{
    width: 100%;
}

@media (max-width: 480px) {
    .right-content .title {
        font-size: 23px;
    }
}

.cta-section{
    margin-top:40px;
    background:linear-gradient(180deg,#00358f,#03215d);
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.35);
}

.cta-top{
    padding:35px;
    text-align:center;
    color:white;
	  background: linear-gradient(180deg, #0d1d41, #03215d);
}

.cta-top p{
    font-size:28px;
    font-weight:700;
}

.cta-top h2{
        font-size: 51px;
    margin-top: 15px;
    font-family: Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #f7efc9 0%, #ecd898 25%, #d8bc73 50%, #c9a55d 75%, #f1e1ab 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 2px;
}

.cta-bottom {
    background: linear-gradient(to right, #05205875, #052159);
    padding: 40px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: Georgia, serif;
    line-height: 40px;
}
.cta-section {
    
         background: transparent;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
    width: 90%;
    margin: auto;
    /* margin-top: 20%; */
}
.big-call{
    text-align:center;
    margin:50px 0;
}

.big-call h2{
   
    font-size:50px;
    color: #0d2a58;
  
  /* Font styling */
  font-family: sans-serif; /* Use a bold, geometric sans-serif font */
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  
  /* White border effect (Text Stroke) */
  -webkit-text-stroke: 10px #ffffff;
  paint-order: stroke fill;
  
  /* Optional: Add a slight drop shadow if needed for extra visibility */
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}
.services {
       background: url(/wp-content/uploads/2026/06/bord.png);
    width: 82%;
    margin-bottom: 60px;
    margin: auto;
    background-size: cover;
    background-position: center;
    padding: 90px;
	margin-bottom:60px;
}

.services h2{
   text-align: center;
    color: #242654;
    font-family: arial;
    font-size: 56px;
    margin-bottom: 30px;
}

.services ul{
    list-style:none;
}

.services li{
  text-align: center;
    color: #203c7c;
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
}

@media screen and (max-width: 800px) {
 .hero .container .content {
       display: block !important;
    }

.left-content {
    width: 100% !important;
}

section.hero {
    background: #000;
    padding: 0px 30px;
}

.hero::before {
    
   display: none;
    }

.hero .block {
    padding-left: 0px;
    text-align: center;
}
p.sub-heading {
    display: block;
    text-align: center;
    max-width: 100% !important;
    font-size: 26px !important;
    padding-bottom: 19px;
}
.left-content .sub-heading {
    color: #fff;
   }
.hero h1{
    color: #afafae;
font-size: 55px !important;
}
.hero h2 {
    color: #afafae;
font-size: 24px !important;
}
.cta-btn {
        display: block;
        margin: auto;
        margin-top: 28px;
        max-width: 300px !important;
        font-size: 24px;
        padding: 12px 20px;
	       
    }
.industry-leading {
    margin: auto;
}
.right-content {
    display: block !important;
    width: 100% !important;
}
.price-badge {
    text-align: center !important;
}
.car {
    display: block !important;
    margin: 75px 0px !important;
    }
p.sub-title {
    max-width: 100% !important;
}
.right-content .title{
font-weight: 400;
}
p.sub-title {
    font-size: 32px !important;
}
	.services h2 {
   
    color: #242654 !important;
	}
	.car img {
    width: 130% !important;
}
	.services {
    background: #c6c7c6 !important;
    padding: 30px 20px !important;
    border: 15px groove #fff !important;
    width: 100% !important;
		border-radius: 40px;
}
	    p.sub-heading {
      
        font-size: 26px !important;
      
    }
	.right-content .title {
        font-size: 28px !important;
    }
	.cta-top {
    padding: 18px;
	}
	    section.hero {
        
        padding: 0px 15px !important;
    }
	
	.left-content .industry-leading{
		padding: 122px 57px 40px !important;
		font-size: 36px  !important;
	}
	    p.sub-title {
        font-size: 20px !important;
    }
	.cta-top p {
    font-size: 20px !important;
	}
	
	    .hero h2 {
       
        font-size: 18px !important;
	}
	.cta-bottom{
		font-size: 18px !important;
		        line-height: 22px !important;
		        padding: 20px !important;
	}
	.big-call h2 {
               color: #052159 !important;
        font-size: 32px !important;
        word-spacing: -4px !important;
		-webkit-text-stroke: 5px #ffffff !important;
	}
	.services li {
    font-size: 20px !important; 
}
	    .services h2 {
        font-size: 32px !important;
    }
}



.top-sec {
          background: url(/wp-content/uploads/2026/06/blue-back.jpg);
    padding: 30px 0px 90px;
    text-align: center;
    background-size: cover;
    background-position: bottom;
    
}
p.top-sec-p {
    margin: 0px !important;
    color: #fff;
    font-size: 22px;
	padding: 0px 50px;
    font-family: Calisto-MT;
}
.express-text {
    background: #fff !important;
    padding: 20px 0px;
    margin-top: 20px;
}
h1.exp-text {
   color: #163d74;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0px;
    font-family: impact;
    letter-spacing: 1px;
}
h2.lowest-text {
       background: linear-gradient(180deg, #F6C64A 0%, #EDB12A 25%, #DF8A0A 50%, #F0A91F 75%, #FFD56A 100%);
    display: inline;
    padding: 20px 90px;
    font-size: 38px;
    border-radius: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
        border: 4px solid #fff;
}
h3.fix-text {
       font-size: 36px;
    color: #fff;
    padding: 30px 0px;
    font-family: "Bangers", system-ui;
    letter-spacing: 2px;
    font-weight: 400;
}
.curved-text {
    margin-top: -30px;
}
.car-sec{
display:flex;
}
.car-text{
width:50%;
   padding-left: 120px;
}
.car-img{
width:50%;
}
.car-text h3{
    color: #fff !important;
    font-size: 52px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 100 !important;
        line-height: 52px;
}
.car-img img{
width:100%;
}
.car-text h4{
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    font-style: normal;
    letter-spacing: 2px;
        margin-top: 40px;
}
@font-face {
  font-family: Calisto-MT;
  src: url(/fonts/Calisto-MT-Regular.ttf);
}
@font-face {
  font-family: impact;
src: url(impact.woff);
}
@font-face {
  font-family: Bell-mt;
src: url(BellMT.ttf);
}

h2.ind-text {
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-size: 72px;
    font-weight: 400 !important;
    letter-spacing: 2px;
    line-height: 70px;
    background: linear-gradient(180deg, #f5f5f5 0%, #d6dadb 20%, #cfd3d4 50%, #d6dadb 80%, #f5f5f5 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.speak-box {
    width: 80%;
    margin: auto;
    text-align: center;
    border: 4px solid #fff;
    border-radius: 40px;
     margin-top: 30px;
}
.speak-top {
    background: #176dbb;
    border-radius: 36px 36px 0px 0px;
    padding: 25px;
       
}
.speak-top h3 {
    color: #fff;
    font-size: 42px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    line-height: 52px;
}
.speak-bottom h4 {
    color: #fff;
    font-family: Bell-mt;
    font-size: 32px;
    padding: 20px;
}
.speak-bottom h5 {
    font-size: 52px;
    font-family: "Poppins", sans-serif;
    background: linear-gradient(180deg, #F6C64A 0%, #EDB12A 25%, #DF8A0A 50%, #F0A91F 75%, #FFD56A 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 52px;
    padding-bottom: 20px;
}
.diff-out h5 {
font-size: 58px;
    font-family: "Poppins", sans-serif;
    background: linear-gradient(180deg, #F6C64A 0%, #EDB12A 25%, #DF8A0A 50%, #F0A91F 75%, #FFD56A 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 52px;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.diff-box{
text-align:center;
}
.diff-box h4{
color: #fff;
    font-family: Bell-mt;
    font-size: 32px;
    padding-bottom: 10px;
   
}
.diff-box {
    text-align: center;
    width: 60%;
    margin: auto;
}
.diff-box img{
    width:100% !important;
}
.services-box {
    width: 80%;
    background: #fff;
    padding: 10px;
    margin: auto;
    border-radius: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.inner-service {
    border: 2px solid #1b73bd;
    padding: 0px 40px 30px;
    border-radius: 30px;
}
.inner-service h3 {
    font-family: "Poppins", sans-serif;
    font-size: 52px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px !important;
    padding: 0px;
}
.inner-service li {
    align-items: center;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 26px;
}
.expert-call {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
}

.expert-call img {
    width: 50px; /* adjust as needed */
    height: auto;
    display: block;
}

.expert-call span {
    display: inline-block;
    line-height: 1.2;
}
.line-st {
    width: 60%;
}
@media screen and (max-width: 800px) {
.curved-text img {
    width: 100%;
}
p.top-sec-p {
         font-size: 19px;
    padding: 0px 22px;
    }
h1.exp-text {
       font-size: 32px;
   }
h2.lowest-text{
    padding: 20px 20px;
font-size: 22px;
}

h3.fix-text {
    font-size: 26px;
      }

.top-sec {
        padding: 30px 0px 40px;
}
.car-sec {
    display: block;
}
.car-text {
    width: 100%;
    
    padding: 20px;
}
    .car-text h3 {
        font-size: 34px;
        line-height: 40px;
    }
.car-text h4 {
    font-size: 24px;
   
}
.car-img {
    width: 100%;
}
h2.ind-text {
font-size: 46px;
line-height: 46px;
}
.speak-top h3 {
   
    font-size: 30px;
       line-height: 30px;
}
.speak-bottom h4 {
       font-size: 20px;
   }
.speak-bottom h5{
    font-size: 34px;
line-height: 34px;

}
.diff-box {
    
    width: 100%;
       padding: 0px 20px;
}
.diff-box h4 {
       font-size: 26px;
   
}
.diff-out h5{
font-size: 34px;
    line-height: 34px;
            padding: 20px;
}
.services-box {
    width: 100%;
       padding: 5px;
   
}
.inner-service h3 {
       font-size: 40px;
   }
.inner-service {
       padding: 0px 10px 30px;
   }
.inner-service li {
        font-size: 20px;
}
.line-st {
    width: 100%;
}
.speak-box {
    width: 98%;
    
}
}







.red-hero {
    background: url("/wp-content/uploads/2026/06/Gemini_Generated_Image_w5w10rw5w10rw5w1-1.png");
    background-position: center;
    background-size: cover;
   
    display:flex;
}
.red-hero-text{
width:50%;
}
.red-hero-car{
width:50%;
    text-align: right;
        padding-top: 90px;
}
.red-hero-car img {
    width: 95%;
}

.red-hero-text h3 {
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
    font-size: 22px;
        margin-bottom: 20px;
}
.red-hero-text {
    padding: 120px 40px 40px 60px;
}
.red-hero-text span {
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border: 4px solid #fff;
    border-radius: 20px;
    font-size: 22px;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
}

.red-hero-text h1 {
    margin-top: 40px;
    font-family: FRADM;
    font-weight: 900;
    font-size: 66px;
    color: #f71212;
    text-transform: uppercase;
    font-family: 'FRADM', sans-serif;
}
.red-hero-text h4 {
    color: #f71212;
    font-size: 32px;
    font-family: 'FRADM', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
        margin-top: -16px;
}
@font-face {
  font-family: 'FRADM';
  src: url('/fonts/FRADM.ttf') format('truetype');
}
.red-hero-text h5 {
    font-family: "Bangers", system-ui;
    font-size: 32px;
    font-weight: 500;
    padding: 20px 20px 20px 0px;
}
.red-hero-car h2 {
    font-family: "Poppins", sans-serif;
    width: 52%;
    text-align: center;
    color: #fff;
    line-height: 36px;
    font-size: 34px;
}
.maybe-sec {
    display: flex;
    background: #000;
       padding: 46px 80px;
}
.text-part{
width:30%;
}
.maybe-heading{
width:70%;
}
.text-part h3 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    text-align: center;
    line-height: 32px;
}
.maybe-heading{
width:70%;
}
.maybe-heading h2 {
       color: #fff;
    font-size: 56px;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    line-height: 56px;
}
img.red-img {
    width: 36%;
    padding-left: 14px;
    margin-top: -86px;
}
.red-box {
    width: 80%;
    margin: auto;
    text-align: center;
    background: #000;
    border-radius: 40px;
  margin-top: 20px;
}
.redbox-head {
    background: #ff0000;
    padding: 30px;
        border-radius: 40px 40px 0px 0px;
}
.redbox-head h2 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 46px;
    margin: 0px;
}
.redbox-bottom h3 {
    color: #fff;
    font-family: Bell-mt;
    font-size: 32px;
    padding: 20px;
}

.redbox-bottom h4 {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 52px;
    line-height: 52px;
}
.redbox-bottom {
    padding-bottom: 20px;
}
img.red-line {
    margin-top: 30px !important;
    width: 90%;
    text-align: center;
    margin: auto;
    display: block;
}
.red-nottom-text h3{
color: #000;
    font-family: Bell-mt;
    font-size: 32px;
    padding: 20px;
}
.red-nottom-text {
    text-align: center;
    margin: 0px !important;
    margin-top: -2% !important;
}

.red-nottom-text img.red-line {
    margin-top: -11px !important;
}
.call-exp{
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    color: #f71212;
    font-size: 52px;
    line-height: 52px;
        text-align: center;
}
.ser-sec {
    width: 60%;
    margin: auto;
    border: 2px solid #f71212;
    border-radius: 40px;
    padding: 20px 60px;
        margin-top: 50px;
          margin-bottom: 50px;
}
.ser-sec h3 {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    color: #000000;
    font-size: 48px;
    line-height: 52px;
    text-align: center;
        padding-bottom: 10px;
}
.ser-sec img {
    width: 60%;
    display: block;
    margin: auto;
    padding: 10px 0px;
}
.ser-sec p {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 500;
}
.ser-sec strong {
    font-size: 30px;
}

@media screen and (max-width: 800px) {
.red-hero {
    display: block;
            background-position: left;
}
.red-hero-text {
    width: 100%;
    padding: 20px;
}
.red-hero-text span{
    font-size: 18px;
    }
    .red-hero-text h1 {
     font-size: 56px;
    text-align: center;
    line-height: 54px;
    margin-bottom: 20px;
            color: #000;
}
.red-hero-text h4

 {
         text-align: center;
    color: #000000;
    font-size: 26px;
    line-height: 32px;
}

.red-hero-text h5 {
   
    font-size: 26px;
    font-weight: 500;
    padding: 30px 20px 20px 0px;
}
.red-hero-car {
    width: 100%;
    text-align: center;
    padding-top: 0px;
}
.red-hero-car h2 {
    
    width: 100%;
    text-align: center;
    color: #f11212;
    line-height: 28px;
    font-size: 28px;
}
.red-hero-car img {
    width: 100%;
}
.maybe-sec {
    display: block;
   
    padding: 20px 20px;
    padding-bottom: 50px !important;
}
.text-part {
    width: 100%;
}
.maybe-heading {
    width: 100%;
    padding: 30px 0px;
}
.text-part h3 {
   
    font-size: 22px;
    }
    .maybe-heading h2 {
    
    font-size: 42px;
    
    line-height: 42px;
}
img.red-img {
    width: 100%;
    padding-left: 14px;
    margin-top: -61px;
}
.red-box {
    width: 95%;
    }
    .redbox-head h2 {
   
    font-size: 26px;
    
    line-height: 28px;
   
}
.redbox-bottom h3 {
    
    font-size: 26px;
   
}
.redbox-bottom h4 {
   
    font-size: 30px;
    line-height: 36px;
}
.red-nottom-text h3 {
   
    font-size: 26px;
    
}
.call-exp {
    
    font-size: 32px;
    line-height: 36px;
    
    padding: 20px;
}
.ser-sec {
    width: 95%;
    
    padding: 20px 20px;
    margin-top: 20px;
}
.ser-sec h3{
    font-size: 36px;
    }
    .ser-sec p{
    
    font-size: 20px;
   
}
.ser-sec strong {
    font-size: 22px;
}
}